home *** CD-ROM | disk | FTP | other *** search
- @echo off
- CLS
- ECHO.
- ECHO.
- ECHO.
- echo Welcome to XD SYSTEMS program USEMGR
- echo.
- echo This program can be run directly from the CDROM. You will be
- echo able to excercise most of USEMGR's many features. But since the
- echo CDROM is "read-only", don't try to copy files to the CDROM
- echo or delete or move files from the CDROM. Also, the important
- echo file usage counting features of USEMGR will not function until
- echo you activate them. Read the Installation section of the file
- echo USEMGR.TXT or browse the on-line help material indexed as
- echo "Installation Notes".
- echo.
- echo After loading, press F1 to enter the HELP system, and F1 again
- echo to see the Help Index.
- echo.
- echo.
- pause
-
- ECHO LOADING...
-
- USEMGR %1
-